home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
MonitorDoubler
/
source code
/
MonitorDoublerPanel.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
199 b
|
11 lines
|
[
TEXT/CWIE
]
#ifndef __DEVICES__
# include <Devices.h>
#endif
pascal long main
(short message, short itemIndex, short itemCount, short,
const EventRecord *, long storage, DialogRef dRef)
{
return message;
}